Signature numerical math.random(numerical from, numerical to); Returns a random number which is greater or equal than from and less or equal than to. Arguments Notes: Examples: io.println(math.random(1, 10)); // 4